home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000320_news@columbia.edu_Sun Nov 5 20:34:18 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA08012
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 5 Nov 1995 15:56:44 -0500
  3. Received: by apakabar.cc.columbia.edu id AA11130
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 5 Nov 1995 15:56:42 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!news.sprintlink.net!redstone.interpath.net!mercury.interpath.com!not-for-mail
  6. From: puff@mercury.interpath.com (Pat Fogarty)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: C-Kermit - How to append to session.log?
  9. Date: 5 Nov 1995 15:34:18 -0500
  10. Organization: Interpath -- Public Access UNIX for North Carolina
  11. Lines: 28
  12. Message-Id: <47j74a$qp3@mercury.interpath.com>
  13. References: <4799gm$mmv@horus.infinet.com> <47c2ns$e7r@news.csie.nctu.edu.tw>
  14. Nntp-Posting-Host: mercury.interpath.com
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <47c2ns$e7r@news.csie.nctu.edu.tw>,
  18. Wei-Jou Chen <jou@nematic.ieo.nctu.edu.tw> wrote:
  19. >Mark Foley (mfoley@infinet.com) wrote:
  20. >
  21. >: I am running C-Kermit 5A(189) on my Linux system. Whenever I 'log
  22. >: session', the contents of my session.log file get overwritten. I have
  23. >: searched through the various 'help set ?', 'show ...' and 'set ?'
  24. >: commands to find some setting to control this, but I can't. The default
  25. >: behavior on my MS-Kermit is to append. This is what I want on C-Kermit.
  26. >: How?
  27. >Use 'log session append'
  28.  
  29.  
  30.  
  31. I was setting up ckermit for OverlySlow/2  the other day and tried
  32. this. CKermit kept munging the filename when I put a full path to
  33. the file in the statement. 
  34.  
  35. C:\dn\ckerlog.txt became  c\dckerlog.txt or something like that.
  36.  
  37. Same with the transaction file.
  38.  
  39.  
  40. Pat
  41.  
  42. >Use 'help log' or 'man kermit' to get help
  43. >--Jou
  44.